home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
301-325
/
306
/
rexxplplot
/
rexxsrc
/
makefile.manx
< prev
next >
Wrap
Makefile
|
1995-03-14
|
473b
|
21 lines
#
# Manx definitions
#
CFLAGS = -n +P +Fi -L100 -I/minrexx
LBFLAGS = -f
#LIBRARY = /lib/plplotl32.lib
CC = cc
OBJS = rexxplplot.o
.c.o:
$(CC) $(CFLAGS) -o $@ $*.c
rexxplplot: rexxplplot.o /minrexx/minrexx.o /minrexx/rexxglue.o \
/minrexx/rexxvars.o /lib/plplotl32.lib
ln +Q -g -o rexxplplot rexxplplot.o /minrexx/minrexx.o \
/minrexx/rexxglue.o /minrexx/rexxvars.o \
-l/lib/plplotl32 -lmal32 -lcl32
clean:
@delete rexxplplot.o rexxplplot.dbg rexxplplot quiet